From 834df59395ef4a8d26165d7d6b602780f4ce40fe Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 9 Oct 2006 00:22:41 +0000 Subject: [PATCH] Revert r16863: broke section arrow link at least for he: --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Linker.php b/includes/Linker.php index a7831addf4..d34971fff9 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -911,7 +911,7 @@ class Linker { $section = str_replace( ']]', '', $section ); $sectionTitle = wfClone( $title ); $sectionTitle->mFragment = $section; - $link = $this->makeKnownLinkObj( $sectionTitle, wfMsgHtml( 'sectionlink' ) ); + $link = $this->makeKnownLinkObj( $sectionTitle, wfMsg( 'sectionlink' ) ); } $sep='-'; $auto=$link.$auto; -- 2.20.1